- Added the rest of the XHTML entities to the google reader in a slightly
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 11 May 2007 15:54:47 +0000 (15:54 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 11 May 2007 15:54:47 +0000 (15:54 +0000)
commita5f7de34595ad3dcbc09571585e80ebc5184fd18
tree98fac0f3d559155f14679970a4bb9f0d09c9111b
parentade1a74c7c2b3543d23b4619fc42000b2ed2f661
- Added the rest of the XHTML entities to the google reader in a slightly
  more reasonable form.  Letting expat do the heavy lifting for entity
  substitutions.
- Replaced ugly O(n^2) string replacement with one that's closer to O(n).
  The fact that TheDailyWTF just featured code like the code that was here
  originally is just a coincidence, really.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2782 f51c46e8-681c-474f-0cfe-069cfd0219fb
gpsbabel/google.c
gpsbabel/xhtmlent.c [new file with mode: 0644]
gpsbabel/xmlgeneric.c
gpsbabel/xmlgeneric.h